home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / systems / atari / birkhahn-metafont-packed-disks / mf27-2_2e-disk2.zoo / inputs / mf_logo.lzs / LOGO17.MF < prev    next >
Text File  |  1989-03-21  |  711b  |  16 lines

  1. % 17-point METAFONT logo (values by Lutz Birkhahn as of January 8, 1989)
  2. % extrapolated from LOGO8, LOGO9, and LOGO10 with a (quadratic) polynom and
  3. % a little help from METAFONT (really a very helpful desktop calculator)
  4. % for the parameter u and pure intuition for parameters o and s.
  5. %
  6. font_size 17pt#;   % the "design size" of this font
  7. ht#:=1.7*6pt#;     % height of characters
  8. xgap#:=1.7*0.6pt#; % horizontal adjustment
  9. u#:=1.66*4/9pt#;   % unit width
  10. s#:=0;             % extra space at the left and the right
  11. o#:=1/7pt#;        % overshoot
  12. px#:=1.5*2/3pt#;   % horizontal thickness of pen (not too thick ==> 1.5)
  13. input logo         % now generate the font
  14. end                % and stop.
  15.  
  16.